home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / amiutils / m_p / mpegaudiodecoder / readme.amiga < prev    next >
Text File  |  1995-12-30  |  1KB  |  46 lines

  1. Short: MPEG audio decoder w/ source; supports layer I-III
  2. Uploader: kai_rode@pluribus.wupper.de
  3. Author: kai_rode@pluribus.wupper.de
  4. Type: mus/misc
  5.  
  6. This is a no-changes port of the Fraunhofer Institute MPEG audio decoder,
  7. Version 4.1. It supports compression layers 1-3.
  8.  
  9. The MPEG-audio compression standard provides exceptional compression
  10. ratios for audio samples of 32 KHz (DAT-LP), 44.1 KHz (CD) and 48 KHz
  11. (DAT-SP). The only disadvantage of MPEG-compression is the sloooow
  12. speed. This decoder takes 1:28 minutes on a A4000/040/28(WARP) to
  13. decompress the included example which is a 15-second mono sample in
  14. CD-Quality (44.1 KHz).
  15.  
  16. Included is the full sourcecode, three executables (68000/FFP, 68020/IEEE
  17. and 68040/internal FPU) and an example file compressed using layer 2
  18. compression.
  19.  
  20. Suggested way for playing MPEG-samples on the amiga:
  21.  
  22. Decoding using this program:
  23.  
  24. - Start decode0x0
  25. - Type the name of the compressed sample (eg. foobar.mp2)
  26. - Type the name for the decompressed sample (foobar.sw)
  27. - Type "n" twice
  28.  
  29. Converting using AmiSOX:
  30.  
  31. - Type "sox -r 44100 foobar.sw foobar.wav"
  32.  
  33. Playing using Play16:
  34.  
  35. - Type "play16 foobar.wav fast hifi"
  36.  
  37. This way, you can listen to the samples in 14-bit-quality, which you cant if
  38. you convert to 8SVX.
  39.  
  40. If you want more MPEG-files, try: http://www.iuma.com
  41.  
  42. This is the adress of the Internet Underground Music Archive, which contains
  43. many freely distributable pieces of high quality music. The example file
  44. is also from there.
  45.  
  46.